home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETCLASS.IN_ / netclass.inf
Encoding:
Windows Setup INFormation  |  2003-02-21  |  1.3 KB  |  34 lines

  1. [version]
  2. LayoutFile = layout.inf
  3. signature  = "$Windows NT$"
  4. Class      = Net
  5. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  6. provider   = %Msft%
  7.  
  8.  
  9. ;*******************************************************************************
  10. ;*******************************************************************************
  11. ; The following ClassInstall32 section is run by syssetup during
  12. ; GUI mode and is independent of the devices listed in this inf file
  13. ; Rather than introduce a new inf file for the classinstall32, we placed
  14. ; the section in this existing inf.
  15. ;
  16. ;  IF THIS FILE IS REMOVED, THE CLASS INSTALLER WILL NO LONGER
  17. ;  BE CALLED BY THE SYSTEM.  if the file must be removed, the section needs
  18. ;  to be relocated and Setup notified of the change
  19.  
  20. [ClassInstall32.NT]
  21. AddReg = NetClass.NT.AddReg
  22.  
  23. [NetClass.NT.AddReg]
  24. HKR, , ,                0, %DisplayClassName%
  25. HKR, , EnumPropPages32, 0, "NetCfgx.dll,NetPropPageProvider"
  26. HKR, , Icon,            0, "-5"
  27. HKR, , Installer32,     0, "NetCfgx.dll,NetClassInstaller"
  28. ;*******************************************************************************
  29. ;*******************************************************************************
  30.  
  31. [Strings]
  32. Msft = "Microsoft"
  33. DisplayClassName = "Network adapters"
  34.